🌎 rns.kin.earth git 🌍
Commit 556d95c381b91cfb3861bfbabcd3faccb8ee3e77
Parents : 8c506b0
Author : Mark Qvist <mark@adepta.io>
Date : 2020-05-07T14:14:35+02:00
Description in SerialInterface
Changes
Diff
diff --git a/RNS/Interfaces/SerialInterface.py b/RNS/Interfaces/SerialInterface.py
index e3e48a76..f674266e 100755
--- a/RNS/Interfaces/SerialInterface.py
+++ b/RNS/Interfaces/SerialInterface.py
@@ -7,6 +7,8 @@ import time
import RNS
class HDLC():
+ # The Serial Interface packetizes data using
+ # simplified HDLC framing, similar to PPP
FLAG = 0x7E
ESC = 0x7D
ESC_MASK = 0x20
Served by rngit 1.5.2 - Generated in 0.03s